home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / speller2.zip / README.DOC < prev    next >
Text File  |  1995-02-25  |  4KB  |  111 lines

  1.                              The Speller
  2.                     The Spell Checker Library for C++
  3.                    All programs and documentation are
  4.              Copyright 1995,(c) by Yucatan Electronic Assembly.
  5.  
  6. OVERVIEW
  7.  
  8.     The Speller is a MS-DOS spell checker. A MS-Windows spell checking dll
  9. is also available. It works with all major C++ compilers. This library uses 
  10. several correction algorithms. In terms of finding correct suggestions for 
  11. mispelled words our library produces results equivalent to any major commercial 
  12. word processors. It uses a very fast lookup algorithm. These routines work with 
  13. little noticeable overhead in real time (suggestion list as well as check) on a 
  14. 386/33sx. The dictionary can be stored in XMS memory or on the disk (This is 
  15. essential for debugging real mode dos programs). The library has data compression 
  16. algorithms built in to compress the dictionary on the fly and use much less memory.
  17.  
  18.      As this is the first public release of The Speller we would very much
  19. like to hear all comments and suggestions. If you feel we can improve our 
  20. library in any way let us know and we will send you an updated version as soon 
  21. it is available. 
  22. Please forward your comments, and/or suggestions to:
  23.  
  24.         Internet: mholder@RS6000.tcs.tulane.edu
  25.                   marchold@sstar.com
  26.         Fido: Marc Holder  1:396/1
  27.  
  28.         Marc Holder
  29.         Yucatan Electronic Assembly
  30.         1541 N, Hershey rd.
  31.         Bloomington, IL. 61704
  32.  
  33.  
  34.                           DISCLAMER AND WARANTY
  35.  
  36.     The Speller is distributed as-is and without warranty, including, 
  37. but not limited to, the implied warranties of merchantability and fitness 
  38. for a particular purpose. The user(s) of The Speller agree to hold the
  39. author and distributors of this product harmless for any damages, either 
  40. direct or consequential, which arise from the use of this product.
  41.  
  42.  
  43.  
  44.                           REGISTERING YOUR COPY
  45.  
  46.         The speller is not free. It is copyrighted software. You are authorized
  47. to use it for a 1 month period on a trial basis. After that month you are 
  48. required pay a registration fee of $35.00 or $50.00 for the full source code. 
  49. This puts you on our mailing list for low-cost upgrades. It also gives you
  50. several other dictionaries to use (approx 200,000 words,names,medical...)
  51. As well as removing the 5 second message. To register your copy, use the 
  52. form at the end of this file or send a letter with the necessary information
  53. and send a check or money order 
  54. to:
  55.  
  56.  
  57.         Yucatan Electronic Assembly
  58.         Attn: Spell Checker
  59.         1541 N. Hershey rd.
  60.         Bloomington IL. 61704
  61.  
  62.  
  63.  
  64.  
  65.                            O r d e r   F o r m
  66.  
  67. Please send _____ copy/copies of the latest version of The Speller C++
  68. Library for $35.00 (Library) or $50.00 (Library & Full Source)
  69. plus $4.00 (US-MAIL) or $12.00 (OVERNIGHT) for shipping.
  70.  
  71.  
  72.          Send the software on:  [ ]  5.25" 360K disk
  73.  
  74.                                 [ ]  3.5" 720K disk
  75.  
  76. Enclosed is a:  [ ]  check for ________________
  77.                 [ ]  money order for __________
  78.              or [ ]  send COD via UPS ground (extra $4.00 charge applies)
  79.  
  80.           Purchaser:
  81.  
  82.           Person/company:  ___________________________________________
  83.  
  84.           Address:   _________________________________________________
  85.  
  86.                      _________________________________________________
  87.                      
  88.                      _________________________________________________
  89.  
  90.  
  91.           Shipping address (if different):
  92.  
  93.           Person/company:  ___________________________________________
  94.  
  95.           Address:   _________________________________________________
  96.  
  97.                      _________________________________________________
  98.  
  99.                      _________________________________________________
  100.  
  101.           Date:      ________________________
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.                      
  111.